Fix MinGW64 porting problem with _setjmp.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2014 01:19:42 +0000 (17:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2014 01:19:42 +0000 (17:19 -0800)
commitd1a5a4a828cad595a82a93b589f76d12f8e22e81
tree9dffb76791a7a556268043fe72c31f00847498b7
parent1af6726c55f61f431f7e5f4006a2db93a732437e
Fix MinGW64 porting problem with _setjmp.

Reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01297.html
* image.c (FAST_SETJMP, FAST_LONGJMP): New macros, replacing
the old _setjmp and _longjmp.  All uses changed.
src/ChangeLog
src/image.c